home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1331 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.2 KB

  1. From: Stephen Usher <Stephen.Usher@earth.ox.ac.uk>
  2. Subject: Just a couple of things.
  3. Date: Wed, 27 Apr 1994 08:32:43 +0100 (BST)
  4. Mime-Version: 1.0
  5.  
  6. Firstly, I downloaded and installed MiNT-net 0.3 last night. I am impressed!
  7.  
  8. I'm now working on integrating rc.net into the standard rc files for the
  9. next release of MiNTOS, whenever that may be! :-)
  10.  
  11. Also, now I have addroottimeout() in my kernel I'll have a go at modifying
  12. my uptime/load average code to use this.
  13.  
  14. Secondly, I've been thinking about the practicality of writing a ACSI/SCSI
  15. loadable device driver. Could someone tell me if device drivers can be
  16. called from within other device drivers in a layered manner?
  17.  
  18. The way I thought of implementing the ACSI/SCSI device was as follows:-
  19.  
  20.     +-------------++-------------++--------------++---------------+
  21.         | Disk Driver || Tape Driver || CDROM driver || SCSI Ethernet |
  22.     +-------------++-------------++--------------++---------------+
  23.         +-------------------------------------------------------------+
  24.         |              Standard SCSI device API layer                 |
  25.         +-------------------------------------------------------------+
  26.         +-----------------++--------------------++--------------------+
  27.         |   ACSI Driver   ||   TT SCSI Driver   ||   Falcon Driver    |
  28.         +-----------------++--------------------++--------------------+
  29.  
  30. Filesystems would layer above this model. As the Falcon SCSI and TT SCSI are
  31. mutually exclusive they could use the same virtual device numbers. Devices
  32. would be numbered in the same way as Atari does, ie. ACSI are 0-7 and SCSI
  33. are 8-15.
  34.  
  35. To do this I'll need to get information on the following:-
  36.  
  37. (a) SCSI commands
  38. (b) TT SCSI chip programming
  39. (c) Falcon SCSI hardware addresses and programming
  40.  
  41. I have all the Atari developers docs except the chip specs volume for the ST
  42. and TT but not the Falcon as I got the docs before this was released.
  43.  
  44. Can anyone point me in the right direction?
  45.  
  46. Steve
  47.  
  48. -- 
  49. ---------------------------------------------------------------------------
  50. Computer Systems Administrator, Dept. of Earth Sciences, Oxford University.
  51. E-Mail: steve@uk.ac.ox.earth (JANET) steve@earth.ox.ac.uk (Internet).
  52. Tel:- Oxford (0865) 282110 (UK) or +44 865 282110 (International).
  53.